home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / include / bdy.h < prev    next >
C/C++ Source or Header  |  1992-09-20  |  149b  |  13 lines

  1. /*
  2.  * bdy.h
  3.  * author:  Celeste Fowler
  4.  * date:  June 12, 1992
  5.  */
  6.  
  7. #ifndef BDY_H
  8. #define BDY_H
  9.  
  10. Geom *Bdy(Geom *g, float prec);
  11.  
  12. #endif /* BDY_H */
  13.